home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_712_setpos.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  343 b   |  7 lines

  1. setpos [x y] 
  2.  
  3. Stands for set position. Moves the turtle to the designatedx y  coordinates. The center of the page is [0 0]. The maximum number forx  andy  is 9999. Note that if a turtle lands on a programmed color after a setpos command, the color won‚Äôt react: only fd and bk activate programmed colors. See pos.
  4.  
  5. Example: 
  6.  
  7. setpos [50 50]